home *** CD-ROM | disk | FTP | other *** search
/ Express Pd: GALORE / Express Pd Galore - The Amiga PD & Shareware CD (1994)(Express Pd)[!][Amiga-CD32-CDTV].iso / productivity / bonappetit / installarplib < prev    next >
Text File  |  1992-09-23  |  207b  |  8 lines

  1. if not exists sys:libs/arp.library
  2. copy arp.library to sys:libs/arp.library clone
  3. echo "Installed arp.library in your libs directory."
  4. else
  5. echo "You already have arp.library in your libs directory."
  6. endif
  7.  
  8.